build: Do not install gtkprivate.h
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 19 Oct 2010 10:38:09 +0000 (11:38 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 20 Oct 2010 09:34:25 +0000 (10:34 +0100)
This is a private header file, and it should *not* be installed. It
should also not be scanned by the introspection machinery.

https://bugzilla.gnome.org/show_bug.cgi?id=632539

gtk/Makefile.am

index 05ee07b83f0ca5ff523b7a9bcd25453848a79f27..bac21b31746d1abd7ba2bfcc4d53aa5bc4d64c4b 100644 (file)
@@ -254,7 +254,6 @@ gtk_public_h_sources =          \
        gtkprintoperation.h     \
        gtkprintoperationpreview.h      \
        gtkprintsettings.h      \
-       gtkprivate.h            \
        gtkprogressbar.h        \
        gtkradioaction.h        \
        gtkradiobutton.h        \
@@ -376,6 +375,7 @@ gtk_private_h_sources =             \
        gtkplugprivate.h        \
        gtkprintoperation-private.h\
        gtkprintutils.h         \
+       gtkprivate.h            \
        gtkrbtree.h             \
        gtkrecentchooserdefault.h \
        gtkrecentchooserprivate.h \